ThinkPHP5


think\console\output\driver\Nothing
library\think\console\output\driver\Nothing.php at line 16

Class Nothing

Nothing

public class Nothing


Constructor Summary
void

__construct(Output output)

Method Summary
void

write(mixed messages, bool newline, mixed options)

void

renderException(Exception e)

Constructor Detail

library\think\console\output\driver\Nothing.php at line 19

__construct

public void __construct(Output output)

Method Detail

library\think\console\output\driver\Nothing.php at line 24

write

public void write(mixed messages, bool newline, mixed options)

library\think\console\output\driver\Nothing.php at line 29

renderException

public void renderException(Exception e)

ThinkPHP5